home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
gtscr12.arc
/
PURSUIT3.SCR
< prev
Wrap
Text File
|
1987-05-31
|
806b
|
45 lines
CLEAR
SEND "C DIAL"
SEND %1
SEND "/12,"
SENDln %3
Wait for "WORD ="
SENDLN %4
GETLN V9
CASE %9 OF
~ CONNECT
BEEP
SENDLN "ATZ"
WAIT FOR "OK"
SENDLN
SENDLN "@"
WAIT FOR "@"
SENDLN "SET? 1:0,5:1,7:8"
WAIT FOR "@"
SENDLN "CONT"
CLEAR
WRITE "You are now connected to "
WRITE %1
WRITELN "."
WRITE "Use ALT-D to access dialing directory -- "
WRITELN "Press Alt-X to return to the script."
WRITELN
ONLINE
CLEAR
SENDLN
SENDLN "@"
WAIT FOR "@"
SENDLN "D"
WAIT FOR "DISCONN"
WAIT FOR "@"
~ BUSY
WAIT FOR "@"
writeln " cycling... Press Ctrl-K to return to city menu"
twait 2000
cycle 100
Chain "PURSUIT2.scr"
?
WRITE "TELENET response unrecognized :"
ESAC
Chain "PURSUIT2.scr"